go/types.Checker.record (method)

8 uses

	go/types (current package)
		builtins.go#L792: 			check.record(&operand{mode, selx, obj.Type(), nil, 0})
		call.go#L184: 		check.record(x)
		call.go#L403: 				check.record(&x)
		call.go#L438: 					check.record(&x)
		call.go#L647: 			check.record(arg)                                                                 // record here because we didn't use the usual expr evaluators
		expr.go#L984: 	check.record(x)
		range.go#L56: 			check.record(&operand{
		recording.go#L18: func (check *Checker) record(x *operand) {